CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - election algorithm

搜索资源列表

  1. 猴子选大王

    0下载:
  2. 算法,猴子选大王-algorithm, a monkey king election
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9566
    • 提供者:罗彬
  1. vcddd

    0下载:
  2. 都是以前随手编写的笑程序:总的来说只有五个<回文游戏,层次遍历二叉树,猴子选大王,先序、中序、后序遍历的递归算法等等> 如果对你又帮助你就下来看看吧-are readily prepared by the previous laugh : Overall only five lt; Palindrome games, the level traverse binary tree, monkey king election, the first sequence, sequence,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4979
    • 提供者:熊枫
  1. ksp

    0下载:
  2. ksp算法。最近n短距离排序选房,c++实现的。-ksp algorithm. N recent short-range ordering the election room, c++ implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1437676
    • 提供者:superlgc
  1. 2to1

    0下载:
  2. 程序提供了一种2选1选择器的算法,只需稍加即可改成n选1选择器。哇!-Program provides a 2 election 1 selector algorithm, just a little can be changed to n choose 1 selector. Wow!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:127887
    • 提供者:sh85
  1. monkeyking

    0下载:
  2. 这是我用c++做的一个猴子选大王的算法,可能本站有相关的,但是我这个算法很经典,给大家参考一下,可能有需要的!-This is what I used c++ Do a monkey king election algorithms, may have a related site, but I this algorithm is a classic look for your reference, you may need!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14690
    • 提供者:侯坚强
  1. dashu

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int 类型数据范围是-32768—32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算(选做乘除运算)。-Most integer programming language to deal with a limited capacity, such as the C language, int scope of the type of data is-32768-3276
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:32771
    • 提供者:李鸿
  1. sort_zjz044100134

    1下载:
  2. 一问题描述 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 二 基本要求 [1] 对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较 [2] 待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生[如10000个],至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较。 [3] 界面友好,易与操作。采用菜单方式进行选择。 [4] 选做内容 ① 对不同表长进行比较
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:683047
    • 提供者:xuqijun
  1. gauss

    0下载:
  2. 这是数值算法中的高斯消元,除去了选主元的步骤。固定了一个方程来解!-This is the numerical algorithm of Gauss elimination, removal of the principal steps in the election.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:748284
    • 提供者:黄希望
  1. fen

    0下载:
  2. 基于后缀数组无词典分词算法,利用散列表获得汉字结合模式,通过置信度进行赛选。-Suffix array-based non-dictionary word segmentation algorithm, the use of hash table model was combined with Chinese characters, through the confidence to carry out the election race.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4087
    • 提供者:wangzhen
  1. My_gauss_algorithm

    0下载:
  2. 这是高斯消元法,出去了选主元的过程!数值计算中必须会的算法!-This is the Gaussian elimination method, PCA out of the election process! Numerical algorithm must be!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1168035
    • 提供者:黄希望
  1. xsz

    0下载:
  2. 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 -Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Election can only be provide
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:922
    • 提供者:fjskffsjf
  1. multiphufman

    0下载:
  2. 多元Huffman编码变形 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定在合并过程中最多可以有m(k)次选k 堆石子合并成新的一堆,2≤k≤n,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n 堆石子合并成一堆的最小总费用。数据输入: 由文件input.txt 提供输入数据。文件的第1 行有1 个正整数n,表示有n 堆石子。第2行有n个数,分别表示每堆石子的个数。第3行有n-1 个数,分别表示m(k)(2≤k≤n)的值。 -Def
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:55208
    • 提供者:seabird
  1. select_satellite

    1下载:
  2. 用于GPS定位,载入强机动运动载体,实时进行跟踪,并显示所用定位卫星个数及编号。采用的算法参照其中的PDF文档编写,令有模糊选星法。可以显示不同选星方法的GDOP值及选星所用时间-Used for GPS positioning, strong motor moving vehicle load, real-time tracking, and display the number of satellites used for positioning and number. Algorithm
  3. 所属分类:GPS develop

    • 发布日期:2016-03-20
    • 文件大小:347701
    • 提供者:刘卫菠
  1. cshrapdevelop

    0下载:
  2. 囊括了sharp诸多技术,例如一些常见算法,八皇后问题,猴子选大王问题,字符及字符串处理技术数据校验、控件数据处理’图片数据处理’日期和时间‘windows控件-Include a sharp many techniques, such as some of the common algorithm, the eight queens problem, the monkey king election issues, character and string processing data va
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:59194368
    • 提供者:xiewei
  1. bus

    0下载:
  2. 实现南京公交线路查询系统,图形界面,有线路查询(用户输入要查询的公交线路,系统给出被查询线路经过的所有站台)与站站查询(用户输入要查询的上车站点和目的站点,系统给出换乘路线。换乘路线有多 条时,可以给出候多个选。换乘路线必须说明从哪站上坐哪路车,到哪站下换哪路车。 站站功能有两种功能要求: 1. 给出最少换乘次数的乘车路线; 2. 给出经过最少站台数的乘车路线。 )完美实现,程序速度极快,采用spfa算法,对于候选路线有独特的过滤方法。-Nanjing bus line query syst
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:54156
    • 提供者:xuruiwen
  1. Wireless

    0下载:
  2. for wireless coding .. cell election DCM algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:846872
    • 提供者:hamid
  1. LamportAndPresidentElection

    0下载:
  2. 一个实际分布式实时控制系统中逻辑时钟管理(Lamport)与选举(PresidentElection)算法的实现。包含源码与简单说明,Tru64Unix。-A distributed real-time clock management control systems (Lamport) election (PresidentElection) algorithm. Contains the source code and a brief descr iption, Tru64Unix.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:572533
    • 提供者:孙浩然
  1. SEP

    0下载:
  2. 实现了SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks算法,适合做传感器网络分簇算法的人研究。-SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks , we implement the algorithm, and thi
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2548
    • 提供者:谢岚
  1. JONATHAN

    0下载:
  2.  列主元素消去法是为控制舍入误差而提出来的一种算法,在Gauss消去法的消元过程中,若出现a=0,则消元无法进行,即使其不为0,但很小,把它作为除数,就会导致其他元素量级的巨大增长和舍入误差的扩散,最后使计算结果不可靠.使用列主元素消去法计算,基本上能控制舍入误差的影响,并且选主元素比较方便.-Out the main elements of elimination is to control the rounding error and put forward an algorithm, th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:594
    • 提供者:CHUNG
  1. database-Graph

    0下载:
  2. 一:实验目的: (1)掌握图的存储思想及其存储实现。 (2)掌握图的深度、广度优先遍历算法思想及其程序实现。 (3)掌握图的常见应用算法的思想及其程序实现。 (4)理解有向无环图、最短路径等算法 二:实验内容: 以下实验内容,1和2为必做内容,3为选做内容。 1.有向图 (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:121148
    • 提供者:oky
« 1 23 »
搜珍网 www.dssz.com